home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / abone / Abone.exe / 0 / RCDATA / TADRES / TADRES.txt
Text File  |  1997-12-10  |  1KB  |  56 lines

  1. object adres: Tadres
  2.   Left = 268
  3.   Top = 174
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Adres ve Banka Bilgileri'
  7.   ClientHeight = 280
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 8
  18.     Top = 8
  19.     Width = 409
  20.     Height = 233
  21.     Lines.Strings = (
  22.       '∩┐╜stanbul:'
  23.       
  24.         'Sanayi Mahallesi Sultan Selim Cad. Battal Sokak No:2 80650 4. Le' +
  25.         'vent'
  26.       'Tel: (212) 283 4587 - 283 5376 - 283 7492 - 283 5460'
  27.       'Fax: 283 7793 - 280 8917'
  28.       'Hesap No: Yap∩┐╜ ve Kredi Bankas∩┐╜, Otosanayi ∩┐╜ubesi 1-002959-5'
  29.       ''
  30.       'Ankara:'
  31.       'nenen Hatun Caddesi No:24/3 G.O.Pa∩┐╜a'
  32.       'Tel: (312) 446 8632'
  33.       'Fax: 446 0412'
  34.       'Hesap No: Yap∩┐╜ ve Kredi Bankas∩┐╜, K∩┐╜∩┐╜∩┐╜kesat ∩┐╜ubesi 1100051-2'
  35.       ''
  36.       '∩┐╜zmir:'
  37.       
  38.         'Gaziosmanpa∩┐╜a bulvar∩┐╜ Yeni As∩┐╜r ∩┐╜∩┐╜ Han∩┐╜ No:3 Kat:2 Oda:207 ∩┐╜anka' +
  39.         'ya'
  40.       'Tel: (232) 441 9218 - 19'
  41.       'Fax: 441 92 19'
  42.       'Hesap No: Yap∩┐╜ ve Kredi Bankas∩┐╜, Gazibulvar∩┐╜ ∩┐╜ubesi 1-010285-5')
  43.     ReadOnly = True
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 344
  48.     Top = 248
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Tamam'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55. end
  56.